home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineButton2_961 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  361b  |  15 lines

  1. on(release){
  2.    setProperty("/Gts", _X, 536);
  3.    setProperty("/Gts", _Y, 357);
  4.    setProperty("/Gts", _xscale, 20);
  5.    setProperty("/Gts", _yscale, 20);
  6.    _root.Inventaire.swapdepths(_root.Gts);
  7.    set("/Variables:TransMail","");
  8.    set("/Variables:ObjetSelect",0);
  9.    tellTarget("MailMovie")
  10.    {
  11.       gotoAndStop(1);
  12.    }
  13.    gotoAndStop(2);
  14. }
  15.